| Overload | Description |
|---|---|
| DeserializeSnippet(XmlReader,XmlQualifiedName,LxReaderSettings) | De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type (T) can represent an xs:element or xs:complexType. |
| DeserializeSnippet(XmlReader,LxReaderSettings) | De-serializes a section of an XML document, creating a class populated with the data from the XmlReader. The de-serialized type (T) can represent an xs:element or xs:complexType. |